home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineButton2_167 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2000-08-17  |  193 b   |  11 lines

  1. on(release){
  2.    if("50" < getProperty("/catdog", _Y))
  3.    {
  4.       setProperty("/catdog", _Y, getProperty("/catdog", _Y) - "2");
  5.    }
  6.    tellTarget("/catdog")
  7.    {
  8.       play();
  9.    }
  10. }
  11.